home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / COMMS / NLISTMGR.ARC / !NListMgr / Resources / Ensure < prev    next >
Text File  |  1994-02-13  |  538b  |  16 lines

  1. | !NListMgr.Resources.Ensure
  2. |
  3. | This file is run if !NListMgr.Setup.Ensure is not present, i.e. the
  4. | nodelist directory has not been set up.
  5. |
  6. WimpSlot -min 64K -max 64K
  7. /<NListMgr$Dir>.!SetNLDir
  8. | SetNLDir return codes
  9. | 0 = OK, nodelist directory set
  10. | 1 = User aborted program
  11. | 2 = Fatal error
  12. If VAL <Sys$ReturnCode> = 1 THEN Error Cannot run main program until a nodelist path has been set up
  13. If VAL <Sys$ReturnCode> = 2 THEN Error Setup program died: cannot run main program
  14. | Now actually execute the new file!
  15. /NListMgr:Ensure
  16.